home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / mult200.zip / DOORBATS.ZIP / SCRABBLE.BAT < prev    next >
DOS Batch File  |  1991-12-10  |  346b  |  23 lines

  1. @echo off
  2. echo ------------
  3. echo - scrabble -
  4. echo ------------
  5. d:
  6. cd\door\scrabble
  7. if exist inuse.txt goto oops!
  8. rem > inuse.txt
  9. scrabdor %NODE%scrab.cfg
  10. del inuse.txt
  11. goto end
  12. :oops!
  13. if %port% == 0 goto oops!l
  14. type c:\ra\used.txt > com%port%:
  15. goto regend
  16. :oops!l
  17. type c:\ra\used.txt
  18. :regend
  19. dvcomand wait 20
  20. :end
  21. c:
  22. cd\ra
  23.